home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet Web Designer 89 / PIWD89.iso / pc / CONTENTS / BONUS / FULL / wikiwriter / setup-ww2x.exe / {app} / htmltut / Add+Text.db < prev    next >
Encoding:
Text File  |  2002-07-01  |  497 b   |  26 lines

  1. @@inc HTMLToc
  2.  
  3. == Add Text
  4.  
  5.  
  6.  
  7. At the top of your page, you should now have
  8.  
  9.  
  10.  
  11. <pre>
  12.  
  13.    <html>
  14.  
  15.    <head>
  16.  
  17.    <title>Home Page - My First Web</title>
  18.  
  19.    </head>
  20.  
  21.    <body>
  22.  
  23.  
  24.  
  25.    </body>
  26.  
  27.    </html>
  28.  
  29. </pre>
  30.  
  31.  
  32.  
  33. Text paragraphs go into "p" elements. On the blank line between the "body" start and end tags, write a "p" element and put the sentence
  34.  
  35.  
  36.  
  37. <pre>
  38.  
  39.    This is one paragraph.
  40.  
  41. </pre>
  42.  
  43.  
  44.  
  45. into the "p" element.
  46.  
  47.  
  48.  
  49. [[b Go to ((Save and View))]]
  50.